home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- global gParV5, gLanAct, gPC, gParamInstPC, gOffre, gOffreKit, gParamOffrePC, gParamOffreMacLan, gParamOffreMacInt, gParamOffreMacAli
- sprite(140).loc = point(0, 0)
- updateStage()
- repeat while soundBusy(2)
- updateStage()
- end repeat
- puppetSound(2, "Lien3f10")
- updateStage()
- repeat while the volume of sound 1 > 10
- set the volume of sound 1 to the volume of sound 1 * 0.80000000000000004
- startTimer()
- repeat while the timer < 3
- updateStage()
- end repeat
- end repeat
- puppetSound(1, 0)
- set the volume of sound 1 to gParV5.sonLvl[1]
- updateStage()
- vP = the moviePath
- repeat with i = 1 to 6
- delete char -30000 of vP
- end repeat
- case gOffre of
- "int":
- if gLanAct then
- if gPC then
- vP = vP & "Datas\KitWanadoo.exe LAN=1," & gParamOffrePC[getPos(gOffreKit, "int")]
- else
- vP = vP & "Datas:Installations:" & gParamOffreMacLan
- end if
- else
- if gPC then
- vP = vP & "Datas\KitWanadoo.exe LAN=0," & gParamOffrePC[getPos(gOffreKit, "int")]
- else
- vP = vP & "Datas:Installations:" & gParamOffreMacInt
- end if
- end if
- "ali":
- if gLanAct then
- if gPC then
- vP = vP & "Datas\KitWanadoo.exe LAN=1," & gParamOffrePC[getPos(gOffreKit, "ali")]
- else
- vP = vP & "Datas:Installations:" & gParamOffreMacLan
- end if
- else
- if gPC then
- vP = vP & "Datas\KitWanadoo.exe LAN=0," & gParamOffrePC[getPos(gOffreKit, "ali")]
- else
- vP = vP & "Datas:Installations:" & gParamOffreMacAli
- end if
- end if
- end case
- repeat while soundBusy(2)
- updateStage()
- end repeat
- open(vP)
- halt()
- end
-